* lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 15 May 2013 00:52:07 +0000 (20:52 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 15 May 2013 00:52:07 +0000 (20:52 -0400)
commit8c4da2af12fac5c7b689106cdef42515cccd5ca2
treef7c5520b558520ae97208ddf51df736b6fd2ec22
parent6d1804420545fd25b5af3a335abb2cd229f04414
* lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
surrounding group.
* src/regex.c (regex_compile) [\=, \>, \<]: Don't forget to set laststart.
lisp/ChangeLog
lisp/progmodes/f90.el
src/ChangeLog
src/regex.c